Stop Log
The Stop Log command turns off logging in the Script Editor's Event Log window. Unlike most other scripting additions, the Stop Log command is built into the AppleScript extension. It does not have a separate file in the Scripting Additions folder.For more information, see Event Log Window.
SYNTAX
stop logRESULT
NoneEXAMPLE
stop logNOTES
The Log command works even if logging has been turned off with the Stop Log command. If the Stop Log command is sent before the Log command, logging will still be turned off after the Log command is sent.ERRORS